home *** CD-ROM | disk | FTP | other *** search
/ Alde ADA 5 #1 / ADA CD-ROM - Alde Publishing.iso / cm / wist03_3.wid < prev    next >
Encoding:
Text File  |  1988-05-03  |  4.5 KB  |  100 lines

  1. --= WID = SIMTEL20 Ada Software Repository Item Description File = WID =--
  2. -- WIS TOOL NUMBER   : WIS_TOOL_03_3
  3. -- LOCATION          : ASR
  4. -- CATEGORY LEVEL 1  : COMMUNICATIONS
  5. -- CATEGORY LEVEL 2  : PROTOCOL
  6. -- CATEGORY LEVEL 3  : FTP/SMTP
  7. -- CATEGORY LEVEL 4  : 
  8. -- INDEX             : FTP
  9. -- INDEX             : SMTP
  10. -- INDEX             : File Transfer Protocol
  11. -- INDEX             : Simple Mail Transfer Protocol
  12. -- INDEX             : Protocol, File Transfer
  13. -- INDEX             : Protocol, Simple Mail Transfer
  14. -- TAXONOMY          : !Interfaces!Network Protocols!FTP/SMTP
  15. -- DEPENDENCIES      : 
  16. -- SEE ALSO          : 
  17. --= ABSTRACT             ===============================================--
  18. --  1. TOOL NAME        : File Transfer and Simple Mail Transfer Protocol
  19. --  2. TOOL NUMBER      : 3-3
  20. -- 
  21. --  3. CONTRACTOR       :
  22. --  3a      CONTRACT #   : N66001-84-C-0030
  23. --  3b      NAME         : E-Systems, Inc., ECI Division
  24. --  3c      LOCATION     : St. Petersburg, Florida
  25. --  3d      POC          :
  26. -- 
  27. --  4. TOOL DESCRIPTION :
  28. --          These tools provide the ability to transfer files and to send and
  29. --          receive mail among users on diverse hosts.  File transfer will use
  30. --          Ada SEQUENTIAL_IO calls to read and write files and will interface
  31. --          to TCP(CDRL 0001) to send data across communication lines.  The
  32. --          Simple Mail Transfer Protocol to be implemented is RFC-821.
  33. -- 
  34. --  5. SCHEDULE          :
  35. --  5a      PDR/CDR      : yes N/A, Design Walkthroughs
  36. --  5b      DELIVERY     : 22 JUN 85
  37. --  5c      DISTRIBUTION : GTE, NOSC, SIMTEL20
  38. --  
  39. --  6. CHARACTERISTICS   :
  40. --  6a      DEVELOPMENT APPROACH :
  41. --  6b      HOST MACHINE     : WICAT
  42. --  6c      OPERATING SYSTEM : VMS
  43. --  6d      COMPILER         : Telesoft 1.5 (unvalidated)
  44. --  6e      DEPENDENCIES     :
  45. --  6f      NUMBER OF STATEMENTS :
  46. -- 
  47. --  7. DOCUMENTATION    : User's Manual, Project Report
  48. --  8. PORTABILITY      : There are system (ECX) design dependencies and the
  49. --          extended use of assembly language routines and calls to OS
  50. --         services. Compiled on VAX with DEC Ada, execution not tested.
  51. --  
  52. --  9. WIS USE          :
  53. --  9a FOUNDATION AREA  : Network Protocols
  54. --  9b WIS USE AREA     : Interfaces
  55. -- 10. COMMENTS: PPS / PDS documents are discussed but not required as a CDRL.
  56. -- 11. LAST CHANGE TO DATA : 21 March 1986.
  57. --= FILE LISTING         ===============================================--
  58. -- FILE SPECS        : PD:<ADA.DDN>FTP*.*
  59. -- FILE SPECS        : PD:<ADA.DDN>SMTP*.*
  60. -- FILE SPECS        : PD:<ADA.DDN>IFACE*.*
  61. -- FILE SPECS        : PD:<ADA.DDN>*.LCL
  62. -- FILE SPECS        : PD:<ADA.DDN>WICAT*.*
  63. -- FILE SPECS        : PD:<ADA.DDN>USERSMAN*.*
  64. -- DIRECTORY DISPLAY :
  65. -- Directory   PD:<ADA.DDN>
  66. --      File Name     Byte Count  Line Count
  67. --   ---------------  ----------  ----------
  68. --   FTP.COM                1080          67
  69. --   FTP.PRO                3701          76
  70. --   FTP.SRC              375318        9366
  71. --   FTPBATCH.COM            548          11
  72. --   FTPSMTP.CMM            1253          34
  73. --   SMTP.COM                658          40
  74. --   SMTP.PRO               3701          76
  75. --   SMTP.SRC              68638        2369
  76. --   SMTPBAT.COM             545          11
  77. --   SMTPSER.COM            1020          30
  78. --   SMTPWICAT.DAT           198          18
  79. --   SMTPWICAT.SRC         77005        2239
  80. --   IFACE.COM               512          19
  81. --   IFACE.SRC             48820        1289
  82. --   IFACEBAT.COM            570          11
  83. --   USERNAMES.LCL            66           3
  84. --   WICATMISC.SRC        102526        3989
  85. --   USERSMAN.DIS            103           5
  86. --   USERSMAN.DOC         105163        2553
  87. --   ===============  ==========  ==========
  88. --    19 Files            791425       22206
  89. --= DISCLAIMER           ===============================================--
  90. --     This software and its documentation are provided "AS IS" and
  91. -- without any expressed or implied warranties whatsoever.  No warranties
  92. -- as to performance, merchantability, or fitness for a particular
  93. -- purpose exist.
  94. --     The user is advised to test the software thoroughly before
  95. -- relying on it.  The user must assume the entire risk and liability of
  96. -- using this software.  In no event shall any person or organization of
  97. -- people be held responsible for any direct, indirect, consequential or
  98. -- inconsequential damages or lost profits.
  99. --======================================================================--
  100.